• frmInstallment_Bus.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmInstallment_Bus
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmInstallment_Bus))
30         Me.Panel1 = New System.Windows.Forms.Panel()
31         Me.Panel4 = New System.Windows.Forms.Panel()
32         Me.txtInstallment = New System.Windows.Forms.TextBox()
33         Me.Label6 = New System.Windows.Forms.Label()
34         Me.txtCharges = New System.Windows.Forms.TextBox()
35         Me.Label3 = New System.Windows.Forms.Label()
36         Me.Panel3 = New System.Windows.Forms.Panel()
37         Me.btnDelete = New System.Windows.Forms.Button()
38         Me.btnClose = New System.Windows.Forms.Button()
39         Me.btnUpdate = New System.Windows.Forms.Button()
40         Me.btnSave = New System.Windows.Forms.Button()
41         Me.btnNew = New System.Windows.Forms.Button()
42         Me.dgw = New System.Windows.Forms.DataGridView()
43         Me.Panel2 = New System.Windows.Forms.Panel()
44         Me.Label1 = New System.Windows.Forms.Label()
45         Me.lblUser = New System.Windows.Forms.Label()
46         Me.txtID = New System.Windows.Forms.TextBox()
47         Me.cmbLocation = New System.Windows.Forms.ComboBox()
48         Me.Label2 = New System.Windows.Forms.Label()
49         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
50         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
51         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
52         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
53         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
54         Me.txtSearchByLocation = New System.Windows.Forms.TextBox()
55         Me.Panel1.SuspendLayout()
56         Me.Panel4.SuspendLayout()
57         Me.Panel3.SuspendLayout()
58         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
59         Me.Panel2.SuspendLayout()
60         Me.GroupBox1.SuspendLayout()
61         Me.SuspendLayout()
62         
'
63         
'Panel1
64         
'
65         Me.Panel1.BackColor = System.Drawing.Color.White
66         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
67         Me.Panel1.Controls.Add(Me.GroupBox1)
68         Me.Panel1.Controls.Add(Me.Panel4)
69         Me.Panel1.Controls.Add(Me.Panel3)
70         Me.Panel1.Controls.Add(Me.dgw)
71         Me.Panel1.Controls.Add(Me.Panel2)
72         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
73         Me.Panel1.Name =
"Panel1"
74         Me.Panel1.Size = New System.Drawing.Size(
456, 478)
75         Me.Panel1.TabIndex =
2
76         
'
77         
'Panel4
78         
'
79         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
80         Me.Panel4.Controls.Add(Me.Label2)
81         Me.Panel4.Controls.Add(Me.cmbLocation)
82         Me.Panel4.Controls.Add(Me.txtInstallment)
83         Me.Panel4.Controls.Add(Me.Label6)
84         Me.Panel4.Controls.Add(Me.txtCharges)
85         Me.Panel4.Controls.Add(Me.Label3)
86         Me.Panel4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
87         Me.Panel4.Location = New System.Drawing.Point(
9, 75)
88         Me.Panel4.Name =
"Panel4"
89         Me.Panel4.Size = New System.Drawing.Size(
319, 110)
90         Me.Panel4.TabIndex =
0
91         
'
92         
'txtInstallment
93         
'
94         Me.txtInstallment.Location = New System.Drawing.Point(
117, 17)
95         Me.txtInstallment.Name =
"txtInstallment"
96         Me.txtInstallment.Size = New System.Drawing.Size(
93, 21)
97         Me.txtInstallment.TabIndex =
0
98         
'
99         
'Label6
100         
'
101         Me.Label6.AutoSize = True
102         Me.Label6.Location = New System.Drawing.Point(
19, 70)
103         Me.Label6.Name =
"Label6"
104         Me.Label6.Size = New System.Drawing.Size(
59, 15)
105         Me.Label6.TabIndex =
9
106         Me.Label6.Text =
"Charges :"
107         
'
108         
'txtCharges
109         
'
110         Me.txtCharges.Location = New System.Drawing.Point(
117, 70)
111         Me.txtCharges.Name =
"txtCharges"
112         Me.txtCharges.Size = New System.Drawing.Size(
93, 21)
113         Me.txtCharges.TabIndex =
2
114         Me.txtCharges.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
115         
'
116         
'Label3
117         
'
118         Me.Label3.AutoSize = True
119         Me.Label3.Location = New System.Drawing.Point(
19, 15)
120         Me.Label3.Name =
"Label3"
121         Me.Label3.Size = New System.Drawing.Size(
73, 15)
122         Me.Label3.TabIndex =
0
123         Me.Label3.Text =
"Installment :"
124         
'
125         
'Panel3
126         
'
127         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
128         Me.Panel3.Controls.Add(Me.btnDelete)
129         Me.Panel3.Controls.Add(Me.btnClose)
130         Me.Panel3.Controls.Add(Me.btnUpdate)
131         Me.Panel3.Controls.Add(Me.btnSave)
132         Me.Panel3.Controls.Add(Me.btnNew)
133         Me.Panel3.Location = New System.Drawing.Point(
334, 75)
134         Me.Panel3.Name =
"Panel3"
135         Me.Panel3.Size = New System.Drawing.Size(
111, 174)
136         Me.Panel3.TabIndex =
2
137         
'
138         
'btnDelete
139         
'
140         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
141         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
142         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
143         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
144         Me.btnDelete.Name =
"btnDelete"
145         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
146         Me.btnDelete.TabIndex =
3
147         Me.btnDelete.Text =
"Delete"
148         Me.btnDelete.UseVisualStyleBackColor = True
149         
'
150         
'btnClose
151         
'
152         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
153         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
154         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
155         Me.btnClose.Location = New System.Drawing.Point(
13, 134)
156         Me.btnClose.Name =
"btnClose"
157         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
158         Me.btnClose.TabIndex =
4
159         Me.btnClose.Text =
"Close"
160         Me.btnClose.UseVisualStyleBackColor = True
161         
'
162         
'btnUpdate
163         
'
164         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
165         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
166         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
167         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
168         Me.btnUpdate.Name =
"btnUpdate"
169         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
170         Me.btnUpdate.TabIndex =
2
171         Me.btnUpdate.Text =
"Update"
172         Me.btnUpdate.UseVisualStyleBackColor = True
173         
'
174         
'btnSave
175         
'
176         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
177         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
178         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
179         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
180         Me.btnSave.Name =
"btnSave"
181         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
182         Me.btnSave.TabIndex =
1
183         Me.btnSave.Text =
"Save"
184         Me.btnSave.UseVisualStyleBackColor = True
185         
'
186         
'btnNew
187         
'
188         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
189         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
190         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
191         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
192         Me.btnNew.Name =
"btnNew"
193         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
194         Me.btnNew.TabIndex =
0
195         Me.btnNew.Text =
"New"
196         Me.btnNew.UseVisualStyleBackColor = True
197         
'
198         
'dgw
199         
'
200         Me.dgw.AllowUserToAddRows = False
201         Me.dgw.AllowUserToDeleteRows = False
202         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
203         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
204         Me.dgw.BackgroundColor = System.Drawing.Color.White
205         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
206         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
207         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
208         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
209         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
210         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
211         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
212         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
213         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
214         Me.dgw.ColumnHeadersHeight =
24
215         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column4})
216         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
217         Me.dgw.EnableHeadersVisualStyles = False
218         Me.dgw.GridColor = System.Drawing.Color.White
219         Me.dgw.Location = New System.Drawing.Point(
9, 258)
220         Me.dgw.MultiSelect = False
221         Me.dgw.Name =
"dgw"
222         Me.dgw.ReadOnly = True
223         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
224         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
225         DataGridViewCellStyle3.BackColor = System.Drawing.Color.CadetBlue
226         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
227         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
228         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.DarkSlateGray
229         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
230         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
231         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
232         Me.dgw.RowHeadersWidth =
25
233         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
234         DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
235         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
236         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
237         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White
238         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle4
239         Me.dgw.RowTemplate.Height =
18
240         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
241         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
242         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
243         Me.dgw.Size = New System.Drawing.Size(
330, 205)
244         Me.dgw.TabIndex =
1
245         
'
246         
'Panel2
247         
'
248         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
249         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
250         Me.Panel2.Controls.Add(Me.Label1)
251         Me.Panel2.Controls.Add(Me.lblUser)
252         Me.Panel2.Controls.Add(Me.txtID)
253         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
254         Me.Panel2.Name =
"Panel2"
255         Me.Panel2.Size = New System.Drawing.Size(
436, 62)
256         Me.Panel2.TabIndex =
0
257         
'
258         
'Label1
259         
'
260         Me.Label1.AutoSize = True
261         Me.Label1.BackColor = System.Drawing.Color.Transparent
262         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
263         Me.Label1.ForeColor = System.Drawing.Color.White
264         Me.Label1.Location = New System.Drawing.Point(
95, 18)
265         Me.Label1.Name =
"Label1"
266         Me.Label1.Size = New System.Drawing.Size(
216, 24)
267         Me.Label1.TabIndex =
0
268         Me.Label1.Text =
"Installment Entry [Bus]"
269         
'
270         
'lblUser
271         
'
272         Me.lblUser.AutoSize = True
273         Me.lblUser.Location = New System.Drawing.Point(
40, 28)
274         Me.lblUser.Name =
"lblUser"
275         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
276         Me.lblUser.TabIndex =
5
277         Me.lblUser.Text =
"Label8"
278         Me.lblUser.Visible = False
279         
'
280         
'txtID
281         
'
282         Me.txtID.Location = New System.Drawing.Point(
3, 3)
283         Me.txtID.Name =
"txtID"
284         Me.txtID.Size = New System.Drawing.Size(
111, 20)
285         Me.txtID.TabIndex =
4
286         Me.txtID.Visible = False
287         
'
288         
'cmbLocation
289         
'
290         Me.cmbLocation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
291         Me.cmbLocation.FormattingEnabled = True
292         Me.cmbLocation.Location = New System.Drawing.Point(
117, 43)
293         Me.cmbLocation.Name =
"cmbLocation"
294         Me.cmbLocation.Size = New System.Drawing.Size(
190, 23)
295         Me.cmbLocation.TabIndex =
1
296         
'
297         
'Label2
298         
'
299         Me.Label2.AutoSize = True
300         Me.Label2.Location = New System.Drawing.Point(
19, 43)
301         Me.Label2.Name =
"Label2"
302         Me.Label2.Size = New System.Drawing.Size(
60, 15)
303         Me.Label2.TabIndex =
11
304         Me.Label2.Text =
"Location :"
305         
'
306         
'Column1
307         
'
308         Me.Column1.HeaderText =
"ID"
309         Me.Column1.Name =
"Column1"
310         Me.Column1.ReadOnly = True
311         Me.Column1.Visible = False
312         
'
313         
'Column2
314         
'
315         Me.Column2.HeaderText =
"Installment"
316         Me.Column2.Name =
"Column2"
317         Me.Column2.ReadOnly = True
318         
'
319         
'Column3
320         
'
321         Me.Column3.HeaderText =
"Location"
322         Me.Column3.Name =
"Column3"
323         Me.Column3.ReadOnly = True
324         
'
325         
'Column4
326         
'
327         Me.Column4.HeaderText =
"Charges"
328         Me.Column4.Name =
"Column4"
329         Me.Column4.ReadOnly = True
330         
'
331         
'GroupBox1
332         
'
333         Me.GroupBox1.Controls.Add(Me.txtSearchByLocation)
334         Me.GroupBox1.Location = New System.Drawing.Point(
9, 191)
335         Me.GroupBox1.Name =
"GroupBox1"
336         Me.GroupBox1.Size = New System.Drawing.Size(
184, 61)
337         Me.GroupBox1.TabIndex =
3
338         Me.GroupBox1.TabStop = False
339         Me.GroupBox1.Text =
"Search By Location"
340         
'
341         
'txtSearchByLocation
342         
'
343         Me.txtSearchByLocation.Location = New System.Drawing.Point(
20, 23)
344         Me.txtSearchByLocation.Name =
"txtSearchByLocation"
345         Me.txtSearchByLocation.Size = New System.Drawing.Size(
156, 20)
346         Me.txtSearchByLocation.TabIndex =
2
347         
'
348         
'frmInstallment_Bus
349         
'
350         Me.AcceptButton = Me.btnSave
351         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
352         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
353         Me.BackColor = System.Drawing.Color.DarkSlateGray
354         Me.ClientSize = New System.Drawing.Size(
481, 505)
355         Me.Controls.Add(Me.Panel1)
356         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
357         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
358         Me.MaximizeBox = False
359         Me.MinimizeBox = False
360         Me.Name =
"frmInstallment_Bus"
361         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
362         Me.Panel1.ResumeLayout(False)
363         Me.Panel4.ResumeLayout(False)
364         Me.Panel4.PerformLayout()
365         Me.Panel3.ResumeLayout(False)
366         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
367         Me.Panel2.ResumeLayout(False)
368         Me.Panel2.PerformLayout()
369         Me.GroupBox1.ResumeLayout(False)
370         Me.GroupBox1.PerformLayout()
371         Me.ResumeLayout(False)
372
373     End Sub
374     Friend WithEvents Panel1 As System.Windows.Forms.Panel
375     Friend WithEvents Panel3 As System.Windows.Forms.Panel
376     Friend WithEvents btnDelete As System.Windows.Forms.Button
377     Friend WithEvents btnClose As System.Windows.Forms.Button
378     Friend WithEvents btnUpdate As System.Windows.Forms.Button
379     Friend WithEvents btnSave As System.Windows.Forms.Button
380     Friend WithEvents btnNew As System.Windows.Forms.Button
381     Friend WithEvents dgw As System.Windows.Forms.DataGridView
382     Friend WithEvents Panel2 As System.Windows.Forms.Panel
383     Friend WithEvents Label1 As System.Windows.Forms.Label
384     Friend WithEvents txtID As System.Windows.Forms.TextBox
385     Friend WithEvents lblUser As System.Windows.Forms.Label
386     Friend WithEvents Panel4 As System.Windows.Forms.Panel
387     Friend WithEvents Label6 As System.Windows.Forms.Label
388     Friend WithEvents txtCharges As System.Windows.Forms.TextBox
389     Friend WithEvents Label3 As System.Windows.Forms.Label
390     Friend WithEvents txtInstallment As System.Windows.Forms.TextBox
391     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
392     Friend WithEvents txtSearchByLocation As System.Windows.Forms.TextBox
393     Friend WithEvents Label2 As System.Windows.Forms.Label
394     Friend WithEvents cmbLocation As System.Windows.Forms.ComboBox
395     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
396     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
397     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
398     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
399
400 End Class


Gõ tìm kiếm nhanh...